runtime.childInfo.depth (field)
4 uses
runtime (current package)
heapdump.go#L241: depth uintptr // depth in call stack (0 == most recent)
heapdump.go#L282: dumpint(uint64(child.depth)) // # of frames deep on the stack
heapdump.go#L330: child.depth++
heapdump.go#L372: child.depth = 0
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |